home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rename Master / RenameMaster.exe / 0 / RCDATA / TFRMFILTER / TFRMFILTER.txt
Text File  |  2005-02-15  |  2KB  |  111 lines

  1. object FrmFilter: TFrmFilter
  2.   Left = 428
  3.   Top = 467
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Filter'
  7.   ClientHeight = 71
  8.   ClientWidth = 348
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   ShowHint = True
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 96
  23.     Top = 8
  24.     Width = 109
  25.     Height = 13
  26.     Caption = 'files matching filter'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'Verdana'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object txtFilter: TEdit
  35.     Left = 208
  36.     Top = 8
  37.     Width = 49
  38.     Height = 19
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'Lucida Console'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     TabOrder = 0
  46.     Text = '*.*'
  47.   end
  48.   object Button1: TButton
  49.     Left = 280
  50.     Top = 8
  51.     Width = 57
  52.     Height = 22
  53.     Caption = 'Set'
  54.     TabOrder = 1
  55.     OnClick = Button1Click
  56.   end
  57.   object Button2: TButton
  58.     Left = 280
  59.     Top = 40
  60.     Width = 57
  61.     Height = 22
  62.     Caption = 'Cancel'
  63.     TabOrder = 2
  64.     OnClick = Button2Click
  65.   end
  66.   object ComboBox1: TComboBox
  67.     Left = 8
  68.     Top = 8
  69.     Width = 81
  70.     Height = 21
  71.     Style = csDropDownList
  72.     ItemHeight = 13
  73.     ItemIndex = 0
  74.     TabOrder = 3
  75.     Text = 'Select Only'
  76.     Items.Strings = (
  77.       'Select Only'
  78.       'Select'
  79.       'Clear')
  80.   end
  81.   object cbIncludeFolders: TCheckBox
  82.     Left = 8
  83.     Top = 48
  84.     Width = 121
  85.     Height = 17
  86.     Caption = 'include folders'
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -9
  90.     Font.Name = 'Verdana'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     TabOrder = 4
  94.   end
  95.   object btnResetFilter: TBitBtn
  96.     Left = 258
  97.     Top = 8
  98.     Width = 9
  99.     Height = 17
  100.     Hint = 'Reset Filter'
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -11
  104.     Font.Name = 'Tahoma'
  105.     Font.Style = []
  106.     ParentFont = False
  107.     TabOrder = 5
  108.     OnClick = btnResetFilterClick
  109.   end
  110. end
  111.